home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 March / pcgo-cd2-03-2003.cdrom / PROGRAMM / demo / carrara / QuickTour / qt1.swf / scripts / DefineButton2_22 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-06-25  |  93 b   |  6 lines

  1. on(release){
  2.    _parent.playing = true;
  3.    _parent._parent.play();
  4.    gotoAndStop(1);
  5. }
  6.